/* bootstrap style overrides */
body {
    background-color: #EBEEF1;
}

.container {
    width: 960px;
}

.well {
    background-color: #FFF;
    border-radius: 5px 5px 5px 5px;
}

.row {
    margin-left: 0px;
}

.navbar {
    height: 40px;
    padding: 0px 0;
    margin: 0px
}

.navbar-inner {
    background-color: #EBEEF1;
    filter: none;
    background-image: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    padding-left: 0px;
    padding-right: 0px;
}

.navbar .nav {
    margin: 0;
}

    .navbar .nav .nav-button {
        padding: 0px 0px 0px 20px;
    }

.navbar .header_buttons {
    border-left: 1px solid #bbb;
}



.navbar ul.nav {
    margin: 10px 10px 0 0;
    padding: 10px 1px;
    float: left;
}
/*
.navbar ul.nav li a {
  padding: 10px;
  line-height: 10px;
  border-right:1px solid #bbb

}

*/
.well {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.1);
    border: none;
    background-color: #FFF;
    border-radius: 5px 5px 5px 5px;
    padding: 12px;
}

.hero-unit {
    background-color: #fefefe;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), -1px -1px 0 rgba(0, 0, 0, 0.1);
}

.thumbnail {
    padding: 10px;
    background-color: #ffffff;
}

.progress {
    background-color: #e3e3e3;
    background-image: -moz-linear-gradient(top, #e0e0e0, #e8e8e8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0e0e0), to(#e8e8e8));
    background-image: -webkit-linear-gradient(top, #e0e0e0, #e8e8e8);
    background-image: -o-linear-gradient(top, #e0e0e0, #e8e8e8);
    background-image: linear-gradient(to bottom, #e0e0e0, #e8e8e8);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0e0e0', endColorstr='#ffe8e8e8', GradientType=0);
}

.modal-header {
    border-bottom: none;
}

.modal-header,
.modal-body {
    background-color: #fefefe;
}

.modal-footer {
    background-color: #f7f7f7;
}

@media (max-width: 979px) {
    .nav-collapse.collapse .navbar-form,
    .nav-collapse.collapse .navbar-search {
        border-top: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
    }
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}

div.box {
    opacity: 1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.31);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.31);
    background-color: rgba(255, 255, 255, 0.86);
}

div.bluebox {
    position: relative;
    opacity: 1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.31);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.31);
    background-color: #b0c4de;
}

div.applebox {
    position: relative;
    opacity: 1;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.31);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.31);
    background-color: rgb(236,239,237);
}

hr {
    border: 0;
    color: #f00;
    background-color: #A9A9A9;
    height: 1px;
}

    hr.greyhr {
        border-style: dotted
    }

    hr.style-three {
        border: 0;
        border-bottom: 1px dashed #ccc;
        background: #fff;
    }

file-wrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

    file-wrapper input {
        cursor: pointer;
        font-size: 100px;
        height: 100%;
        filter: alpha(opacity=1);
        -moz-opacity: 0.01;
        opacity: 0.01;
        position: absolute;
        right: 0;
        top: 0;
    }

    file-wrapper button {
        background: #79130e;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        margin-right: 5px;
        padding: 4px 18px;
        text-transform: uppercase;
    }
/* Inset, by Dan Eden */

hr.style-six {
    border: 0;
    height: 0;
    border-bottom: 1px solid #eeeeee;
}

.bluewell {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #EFF2F7;
    border: 1px solid #ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

input[type=text] {
    margin-bottom: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        display: inline-block;
        width: 210px;
        height: 18px;
        padding: 4px;
        margin-bottom: 9px;
        font-size: 13px;
        line-height: 18px;
        color: #555555;
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    select {
        height: 28px;
        /* In IE7, the height of the select element cannot be changed by height, only font-size /
	*margin-top: 4px;
	/ For IE7, add top margin to align select with labels */
        line-height: 11px;
    }

    select {
        width: 220px;
        background-color: #ffffff;
    }

        select[multiple], select[size] {
            height: auto;
        }
}

div.control-group button.btn, div.control-group input.btn {
    margin-top: 16px;
}

.btn-large {
    font-weight: bold;
    font-family: Helvetica;
    border-radius: 3px 3px 3px 3px;
    font-size: 21px;
    line-height: normal;
    padding: 9px 40px;
}
